3.2751 \(\int \frac {x^m}{(a+b x^{2+2 m})^{5/2}} \, dx\)

Optimal. Leaf size=65 \[ \frac {2 b x^{3 (m+1)}}{3 a^2 (m+1) \left (a+b x^{2 (m+1)}\right )^{3/2}}+\frac {x^{m+1}}{a (m+1) \left (a+b x^{2 (m+1)}\right )^{3/2}} \]

[Out]

x^(1+m)/a/(1+m)/(a+b*x^(2+2*m))^(3/2)+2/3*b*x^(3+3*m)/a^2/(1+m)/(a+b*x^(2+2*m))^(3/2)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 65, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {271, 264} \[ \frac {2 b x^{3 (m+1)}}{3 a^2 (m+1) \left (a+b x^{2 (m+1)}\right )^{3/2}}+\frac {x^{m+1}}{a (m+1) \left (a+b x^{2 (m+1)}\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

Int[x^m/(a + b*x^(2 + 2*m))^(5/2),x]

[Out]

x^(1 + m)/(a*(1 + m)*(a + b*x^(2*(1 + m)))^(3/2)) + (2*b*x^(3*(1 + m)))/(3*a^2*(1 + m)*(a + b*x^(2*(1 + m)))^(
3/2))

Rule 264

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[((c*x)^(m + 1)*(a + b*x^n)^(p + 1))/(a
*c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] && EqQ[(m + 1)/n + p + 1, 0] && NeQ[m, -1]

Rule 271

Int[(x_)^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x^(m + 1)*(a + b*x^n)^(p + 1))/(a*(m + 1)), x]
 - Dist[(b*(m + n*(p + 1) + 1))/(a*(m + 1)), Int[x^(m + n)*(a + b*x^n)^p, x], x] /; FreeQ[{a, b, m, n, p}, x]
&& ILtQ[Simplify[(m + 1)/n + p + 1], 0] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {x^m}{\left (a+b x^{2+2 m}\right )^{5/2}} \, dx &=\frac {x^{1+m}}{a (1+m) \left (a+b x^{2 (1+m)}\right )^{3/2}}+\frac {(2 b) \int \frac {x^{2+3 m}}{\left (a+b x^{2+2 m}\right )^{5/2}} \, dx}{a}\\ &=\frac {x^{1+m}}{a (1+m) \left (a+b x^{2 (1+m)}\right )^{3/2}}+\frac {2 b x^{3 (1+m)}}{3 a^2 (1+m) \left (a+b x^{2 (1+m)}\right )^{3/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 46, normalized size = 0.71 \[ \frac {x^{m+1} \left (3 a+2 b x^{2 m+2}\right )}{3 a^2 (m+1) \left (a+b x^{2 m+2}\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^m/(a + b*x^(2 + 2*m))^(5/2),x]

[Out]

(x^(1 + m)*(3*a + 2*b*x^(2 + 2*m)))/(3*a^2*(1 + m)*(a + b*x^(2 + 2*m))^(3/2))

________________________________________________________________________________________

fricas [A]  time = 0.57, size = 93, normalized size = 1.43 \[ \frac {{\left (2 \, b x^{3} x^{3 \, m} + 3 \, a x x^{m}\right )} \sqrt {b x^{2} x^{2 \, m} + a}}{3 \, {\left ({\left (a^{2} b^{2} m + a^{2} b^{2}\right )} x^{4} x^{4 \, m} + a^{4} m + a^{4} + 2 \, {\left (a^{3} b m + a^{3} b\right )} x^{2} x^{2 \, m}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m/(a+b*x^(2+2*m))^(5/2),x, algorithm="fricas")

[Out]

1/3*(2*b*x^3*x^(3*m) + 3*a*x*x^m)*sqrt(b*x^2*x^(2*m) + a)/((a^2*b^2*m + a^2*b^2)*x^4*x^(4*m) + a^4*m + a^4 + 2
*(a^3*b*m + a^3*b)*x^2*x^(2*m))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{m}}{{\left (b x^{2 \, m + 2} + a\right )}^{\frac {5}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m/(a+b*x^(2+2*m))^(5/2),x, algorithm="giac")

[Out]

integrate(x^m/(b*x^(2*m + 2) + a)^(5/2), x)

________________________________________________________________________________________

maple [F]  time = 0.22, size = 0, normalized size = 0.00 \[ \int \frac {x^{m}}{\left (b \,x^{2 m +2}+a \right )^{\frac {5}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m/(b*x^(2*m+2)+a)^(5/2),x)

[Out]

int(x^m/(b*x^(2*m+2)+a)^(5/2),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{m}}{{\left (b x^{2 \, m + 2} + a\right )}^{\frac {5}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^m/(a+b*x^(2+2*m))^(5/2),x, algorithm="maxima")

[Out]

integrate(x^m/(b*x^(2*m + 2) + a)^(5/2), x)

________________________________________________________________________________________

mupad [B]  time = 1.24, size = 39, normalized size = 0.60 \[ \frac {x^{m+1}\,\left (a+\frac {2\,b\,x^{2\,m+2}}{3}\right )}{a^2\,{\left (a+b\,x^{2\,m+2}\right )}^{3/2}\,\left (m+1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m/(a + b*x^(2*m + 2))^(5/2),x)

[Out]

(x^(m + 1)*(a + (2*b*x^(2*m + 2))/3))/(a^2*(a + b*x^(2*m + 2))^(3/2)*(m + 1))

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**m/(a+b*x**(2+2*m))**(5/2),x)

[Out]

Timed out

________________________________________________________________________________________